func go/types.isInterfacePtr
7 uses
go/types (current package)
call.go#L838: if isInterfacePtr(x.typ) {
instantiate.go#L255: if isInterfacePtr(Tu) {
lookup.go#L478: case isInterfacePtr(V):
lookup.go#L480: case isInterfacePtr(T):
lookup.go#L554: func isInterfacePtr(T Type) bool {
lookup.go#L561: assert(isInterfacePtr(T))
operand.go#L363: if _, ok := Tu.(*Interface); ok && Tp == nil || isInterfacePtr(Tu) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)